1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{2A3B048F-F2CD-45C1-A179-3EDE0ABAA9B1}</ProjectGuid>
8 <OutputType>Library</OutputType>
11 <NoStandardLibraries>false</NoStandardLibraries>
12 <AssemblyName>CSVSAddInCommandBarUI</AssemblyName>
13 <RootNamespace>CSVSAddInCommandBarUI</RootNamespace>
14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <Optimize>false</Optimize>
19 <OutputPath>..\Debug\</OutputPath>
20 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <WarningLevel>4</WarningLevel>
23 <IncrementalBuild>false</IncrementalBuild>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugSymbols>false</DebugSymbols>
27 <Optimize>true</Optimize>
28 <OutputPath>..\Release\</OutputPath>
29 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
30 <DefineConstants>TRACE</DefineConstants>
31 <WarningLevel>4</WarningLevel>
32 <IncrementalBuild>false</IncrementalBuild>
35 <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
36 <Reference Include="System" />
37 <Reference Include="System.Data" />
38 <Reference Include="System.Xml" />
41 <Compile Include="AssemblyInfo.cs">
42 <SubType>Code</SubType>
44 <Compile Include="Connect.cs">
45 <SubType>Code</SubType>
49 <COMReference Include="EnvDTE">
50 <Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
51 <VersionMajor>8</VersionMajor>
52 <VersionMinor>0</VersionMinor>
54 <WrapperTool>primary</WrapperTool>
55 <Isolated>False</Isolated>
57 <COMReference Include="EnvDTE80">
58 <Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
59 <VersionMajor>8</VersionMajor>
60 <VersionMinor>0</VersionMinor>
62 <WrapperTool>primary</WrapperTool>
63 <Isolated>False</Isolated>
65 <COMReference Include="EnvDTE90">
66 <Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
67 <VersionMajor>9</VersionMajor>
68 <VersionMinor>0</VersionMinor>
70 <WrapperTool>primary</WrapperTool>
71 <Isolated>False</Isolated>
73 <COMReference Include="Microsoft.VisualStudio.CommandBars">
74 <Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
75 <VersionMajor>8</VersionMajor>
76 <VersionMinor>0</VersionMinor>
78 <WrapperTool>primary</WrapperTool>
79 <Isolated>False</Isolated>
81 <COMReference Include="stdole">
82 <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
83 <VersionMajor>2</VersionMajor>
84 <VersionMinor>0</VersionMinor>
86 <WrapperTool>primary</WrapperTool>
87 <Isolated>False</Isolated>
91 <Content Include="CSVSAddInCommandBarUI.AddIn" />
92 <Content Include="ReadMe.txt" />
94 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />